home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mess With 10
/
Mess With 10.iso
/
mac
/
SubMenu3.DIR
/
00123_Script_123
< prev
next >
Wrap
Text File
|
1996-12-18
|
356b
|
15 lines
on mouseUp
if (integer(field "Page_T") = 1) then
set pnum = the clickon - 20
else
set pnum = the clickon + 1
end if
put pnum into field "PhotoCUR_T"
put 3 into field "PhotoGRP2_T"
global G_PLAY
set G_PLAY = FALSE
put "MENU3" into field "ReturnName_T"
put "SUBMENU3" into field "JumpName_T"
go to movie "P_BRO"
end